home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / INTERNET / Cache Killer 1.2.sit / Cache Killer 1.2 / Read Me < prev    next >
Text File  |  1997-06-01  |  5KB  |  146 lines

  1. Cache Killer  version 1.2   http://web2.airmail.net/sdh/killer
  2.  Copyright 1996-1997 by Scott Harralson. All Rights Reserved.
  3.  
  4.  
  5. June 1, 1997
  6.  
  7. What is it? 
  8. Cache Killer is an AppleScript script which deletes the Netscape Navigator, Cyberdog, America Online, and/or Internet Explorer disk caches. It can be configured to delete the disk caches periodically or every time it is run.
  9.  
  10.  
  11.  
  12. What system software do I Need?
  13. Cache Killer requires two system extensions -- AppleScript and Finder Scripting Extension -- and four scripting additions -- Current Date, Display Dialog, File Commands, and Read/Write Commands. 
  14.  
  15. The complete AppleScript package, which includes all these files, is included with System 7.5. If you are using this version of system software (or later), you should have everything you need!
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. How do I use it? 
  35. The first time Cache Killer is launched, you will be asked how often you want to delete the caches. 
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. Cache Killer is most effective if used in one of the following two ways:
  48.  
  49. (1) Set the Delete Interval to zero and then keep Cache Killer in your Apple Menu Items folder. Any time you want to delete the disk caches, select Cache Killer from the Apple menu.
  50.  
  51. (2) Set the Delete Interval to your preference ム 7 days is the default ム and then keep Cache Killer in your Startup Items folder (or Shutdown Items folder). When your computer starts up (or shuts down), Cache Killer will delete the disk caches if it needs to.
  52.  
  53. Cache Killer will delete the browser caches only if they are in their default locations. The default locations for each browser's cache folder are as follows:
  54.  
  55.      Netscape Navigator
  56.           System Folder:Preferences:Netscape ト:Cache ト
  57.  
  58.      Cyberdog
  59.           System Folder:Preferences:Cyberdog Preferences:Cyberdog Cache
  60.  
  61.      America Online
  62.           System Folder:Preferences:America Online:Browser Cache
  63.  
  64.      Internet Explorer
  65.           System Folder:Preferences:Explorer:Explorer Cache  or  System Folder:Preferences:Explorer:Cache
  66.  
  67.  
  68. To change the Delete Interval, you can (1) edit the Cache Killer Prefs file in the Preferences folder or (2) throw away the Cache Killer Prefs file. If you throw the file away, Cache Killer will ask you for a new Delete Interval the next time it is launched.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. The Cache Killer Log file, located in the Preferences folder, keeps a log of the tasks Cache Killer performs. To confirm that Cache Killer is doing what you expect, open and view the log file in any text editor (SimpleText, BBEdit, Microsoft Word, etc.).
  85.  
  86. Why would I want to delete the disk caches? 
  87. The disk cache files used by Netscape Navigator, Cyberdog, America Online, and Internet Explorer can take up a tremendous amount of disk space! Periodically deleting them will regain valuable hard drive space. Also, the system's Desktop files wonユt have to keep track of the hundreds of individual cache files.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. How much does it cost? 
  107. Nothing! This version of Cache Killer is freeware, and may be freely distributed and copied so long as it is not modified and this and all other documents are included with all distributions. If you wish to include any version of Cache Killer on a CD-ROM or floppy disk collection, you must get permission from the author. 
  108.  
  109. Who created it and how do I contact them? 
  110. Cache Killer was created by Scott Harralson. Further information on Cache Killer can be found on the Internet at http://web2.airmail.net/sdh/killer. Send any comments or bug reports to sdh@airmail.net.
  111.  
  112.  
  113. ______________________________________
  114.  
  115. Version History
  116.  
  117. 1.2 (June 1, 1997)
  118.         ・ added support for America Online 3.0
  119.         ・ added code to verify the existence of the Finder Scripting Extension
  120.  
  121. 1.1 (September 11, 1996)
  122.         ・ added support for Microsoft Internet Explorer 2.1 (which stores cache files in a folder called メExplorer Cacheモ rather than メCacheモ)
  123.         ・ added support for Apple Computerユs Cyberdog web browser
  124.         ・ the メNews Groupsモ and メcookies.txtモ files created by Internet Explorer and stored in its cache folder are no longer deleted
  125.         ・ Netscapeユs history file and Explorerユs history file are no longer deleted
  126.         ・ fixed an "End of file" error that occurred if the data in the Cache Killer Prefs file was cleared
  127.         ・ Cache Killer no longer tries to verify the existence of the Finder Scripting Extension (since the code needed to do this requires the Finder Scripting Extension)
  128.         ・ Cache Killer attempts to keep itself active (rather than in the background) so that execution is faster
  129.  
  130. 1.02a (August 7, 1996)
  131.         ・ fixed a problem with the archive uploaded to info-mac (no code changes from version 1.02)
  132.  
  133. 1.02 (August 2, 1996)
  134.         ・ Netscape history file and Explorer history file are deleted
  135.         ・ Cache Killer checks to make sure the Finder Scripting Extension exists
  136.  
  137. 1.01 (May 21, 1996)
  138.         ・ trash is emptied much faster
  139.  
  140. 1.0 (May 14, 1996)
  141.         ・ initial release